.jz {
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.fd:hover,
.fd:focus {
  -webkit-animation: fd 1s;
  animation: fd 1s;
  box-shadow: 0 0 0 2em rgba(255, 255, 255, 0);
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}
@-webkit-keyframes fd {
  0% {
    box-shadow: 0 0 0 0 var(--hover);
  }
}
@keyframes fd {
  0% {
    box-shadow: 0 0 0 0 var(--hover);
  }
}
@keyframes float {
  0% {
    transform: rotate(10deg);
  }
  25% {
    transform: rotate(-10deg);
  }
  50% {
    transform: rotate(10deg);
  }
  75% {
    transform: rotate(-10deg);
  }
  100% {
    transform: rotate(10deg);
  }
}
body {
  background: url(../images/bg_18.jpg) center;
}
.banner {
  width: 100%;
  height: 830px;
  position: relative;
  overflow: hidden;
}
.banner .slideBox {
  position: relative;
}
.banner .bd ul {
  width: 100%;
  height: 830px;
}
.banner .bd ul li {
  width: 100%;
  position: relative;
  height: 830px;
}
.banner .bd ul li img {
  width: 100%;
  height: 100%;
}
.banner .prev {
  width: 24px;
  height: 46px;
  display: block;
  background: url("../images/jt1.png") no-repeat left center;
  transition: 0.5s;
  position: absolute;
  top: 47%;
  left: 150px;
  z-index: 999;
  transform: translateY(-12px);
}
.banner .next {
  width: 24px;
  height: 46px;
  display: block;
  background: url("../images/jt2.png") no-repeat right center;
  transition: 0.5s;
  transform: translateY(-12px);
  position: absolute;
  top: 47%;
  right: 150px;
  z-index: 999;
}
.banner .hd {
  width: 120px;
  height: 2px;
  position: absolute;
  bottom: 50px;
  left: 50%;
  border-left: 50px 50% solid;
  z-index: 999;
  transform: translateX(-50%);
}
.banner .hd ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.banner .hd ul li.on {
  background-color: #d1b47d;
}
.banner .hd ul li {
  cursor: pointer;
  transition: 0.3s;
  width: 33.33%;
  height: 2px;
  background-color: #fff;
}
.banner .bian {
  width: 34px;
  height: 255px;
  position: absolute;
  top: 263px;
  right: 40px;
  z-index: 9999;
}
.banner .bian li:hover span {
  width: 150px;
  font-size: 16px;
  opacity: 1;
}
.banner .bian li:hover img {
  width: 80px;
  height: 80px;
}
.banner .bian li:nth-child(2) {
  background: url("../images/qq.png") no-repeat center;
}
.banner .bian li:nth-child(3) {
  background: url("../images/wx.png") no-repeat center;
}
.banner .bian li {
  position: relative;
  width: 34px;
  height: 34px;
  cursor: pointer;
  background: url("../images/tel.png") no-repeat center;
  margin-top: 50px;
}
.banner .bian li a {
  display: block;
  width: 34px;
  height: 34px;
}
.banner .bian li img {
  width: 0;
  height: 0;
  border-radius: 5px;
  position: absolute;
  top: 0px;
  right: 34px;
  transition: 0.5s;
}
.banner .bian li span {
  display: block;
  position: absolute;
  top: 0px;
  right: 34px;
  width: 0;
  height: 34px;
  background: #fff;
  border-radius: 5px;
  text-align: center;
  line-height: 34px;
  font-size: 0;
  color: #333;
  transition: 0.5s;
  overflow: hidden;
  z-index: -999;
  opacity: 0;
}
@media screen and (max-width: 1680px) {
  .banner {
    height: 725px;
  }
  .banner .bd ul li {
    height: 725px;
  }
}
@media screen and (max-width: 1440px) {
  .banner {
    height: 622px;
  }
  .banner .bd ul li {
    height: 622px;
  }
}
.locatives {
  width: 100%;
  height: 130px;
  background-color: #ffffff;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.19);
  padding-top: 17px;
  box-sizing: border-box;
  overflow: hidden;
}
.locatives ul {
  width: 100%;
  height: 96px;
}
.locatives ul li:nth-child(2) .zi {
  width: 240px;
  background: url("../images/n2.png") no-repeat left center;
}
.locatives ul li:nth-child(3) .zi {
  width: 315px;
  background: url("../images/n3.png") no-repeat left center;
}
.locatives ul li:nth-child(4) .zi {
  width: 335px;
  background: url("../images/n4.png") no-repeat left center;
}
.locatives ul li:nth-child(5) .zi {
  width: 365px;
  background: url("../images/n5.png") no-repeat left center;
}
.locatives ul li {
  float: left;
  width: 20%;
  position: relative;
  border-right: 1px solid #dcdcdc;
  height: 96px;
  box-sizing: border-box;
  overflow: hidden;
}
.locatives ul li .zi {
  width: 270px;
  padding-left: 72px;
  background: url("../images/n1.png") no-repeat left center;
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding-top: 27px;
  box-sizing: border-box;
}
.locatives ul li .zi p {
  font-size: 16px;
  color: #333;
}
.locatives ul li .zi span {
  display: block;
  color: #bfbfbf;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.biaoti {
  width: 100%;
  text-align: center;
  height: 180px;
  padding-top: 80px;
  box-sizing: border-box;
  background: url("../images/bt.png") no-repeat center top;
}
.biaoti h3 {
  color: #d1b47d;
  font-size: 30px;
  line-height: 28px;
  font-weight: bold;
}
.biaoti h3 a {
  color: #d1b47d;
}
.biaoti p {
  color: #999999;
  margin-top: 17px;
  font-size: 16px;
  line-height: 16px;
}
.customized {
  width: 100%;
  height: 733px;
  overflow: hidden;
  padding-top: 40px;
  box-sizing: border-box;
}
.customized .left {
  margin-top: 40px;
  width: 680px;
  height: 432px;
  background-color: #ead7b5;
  box-sizing: border-box;
  padding: 50px 52px 0 62px;
}
.customized .left h3 {
  color: #323232;
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
}
.customized .left p {
  color: #666666;
  margin: 24px 0 27px;
  font-family: arial;
  font-size: 16px;
  line-height: 12px;
}
.customized .left .jie {
  line-height: 36px;
  letter-spacing: 0px;
  color: #323232;
  font-size: 18px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.customized .left span {
  margin: 24px 0 33px;
  display: block;
  width: 450px;
  height: 51px;
  border: solid 2px #333333;
  text-align: center;
  line-height: 51px;
  font-size: 22px;
  color: #323232;
}
.customized .left .dh {
  color: #323232;
  font-size: 20px;
}
.customized .left .dh i {
  color: #323232;
  font-family: arial;
  font-size: 26px;
  font-weight: bold;
}
.customized .right {
  width: 680px;
  height: 432px;
  margin-top: 40px;
}
.customized .right img {
  width: 680px;
  height: 432px;
}
.product {
  width: 100%;
  height: 1060px;
  overflow: hidden;
}
.product .slideTxtBox1 {
  width: 100%;
  height: 850px;
  position: relative;
  margin-top: 30px;
}
.product .slideTxtBox1 .hd {
  width: 1360px;
  height: 65px;
  background-color: #c7aa7b;
  border: solid 2px #99835f;
  position: absolute;
  top: 57px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
}
.product .slideTxtBox1 .hd ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.product .slideTxtBox1 .hd ul li.on {
  font-weight: bold;
}
.product .slideTxtBox1 .hd ul li::after {
  width: 1px;
  height: 15px;
  background-color: #99835f;
  content: "";
  position: absolute;
  top: 27px;
  right: -1px;
}
.product .slideTxtBox1 .hd ul li {
  width: 12.5%;
  line-height: 65px;
  position: relative;
  text-align: center;
  font-size: 18px;
}
.product .slideTxtBox1 .hd ul li a {
  color: #fff;
  transition: 0.3s;
}
.product .slideTxtBox1 .bd {
  width: 100%;
  height: 850px;
}
.product .slideTxtBox1 .bd li {
  width: 100%;
  height: 850px;
  position: relative;
}
.product .slideTxtBox1 .bd li img {
  width: 100%;
  height: 850px;
}
.product .slideTxtBox1 .bd li .zis {
  width: 1360px;
  position: absolute;
  bottom: 70px;
  left: 50%;
  border-left: 70px 50% solid;
  transform: translateX(-50%);
}
.product .slideTxtBox1 .bd li .zis .zi {
  width: 540px;
  height: 240px;
  background: rgba(199, 170, 123, 0.9);
  box-sizing: border-box;
  padding: 35px;
}
.product .slideTxtBox1 .bd li .zis .zi .ti {
  width: 100%;
  font-size: 20px;
  line-height: 20px;
  color: #fff;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product .slideTxtBox1 .bd li .zis .zi .ti a {
  color: #fff;
}
.product .slideTxtBox1 .bd li .zis .zi .jie {
  line-height: 34px;
  letter-spacing: 0px;
  color: #ffffff;
  margin: 26px 0 31px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 18px;
}
.product .slideTxtBox1 .bd li .zis .zi .mo {
  font-size: 16px;
  line-height: 16px;
  color: #fff;
}
.reason {
  width: 100%;
  height: 1612px;
  overflow: hidden;
  padding-top: 30px;
  box-sizing: border-box;
}
.reason .center {
  width: 1280px;
}
.reason ul {
  width: 100%;
  margin-top: 55px;
}
.reason ul li:nth-child(2) {
  width: 353px;
  height: 328px;
  margin-left: 712px;
}
.reason ul li:nth-child(2) .zi {
  width: 135px;
  height: 408px;
  position: absolute;
  top: -54px;
  left: -165px;
}
.reason ul li:nth-child(2) .tu {
  width: 596px;
  height: 611px;
  position: absolute;
  top: -153px;
  left: -794px;
}
.reason ul li:nth-child(3) {
  width: 515px;
  height: 306px;
  margin-left: 765px;
}
.reason ul li:nth-child(3) .zi {
  width: 131px;
  height: 121px;
  position: absolute;
  top: -22px;
  left: -157px;
}
.reason ul li:nth-child(3) .tu {
  width: 445px;
  height: 342px;
  position: absolute;
  top: 156px;
  left: -750px;
}
.reason ul li:nth-child(4) {
  width: 448px;
  height: 188px;
  margin-left: 600px;
}
.reason ul li:nth-child(4) .zi {
  width: 131px;
  height: 121px;
  position: absolute;
  top: -292px;
  left: -174px;
}
.reason ul li:nth-child(4) .tu {
  width: 569px;
  height: 297px;
  position: absolute;
  top: 13px;
  left: 425px;
}
.reason ul li {
  width: 625px;
  height: 402px;
  position: relative;
  margin-left: 230px;
}
.reason ul li .zi {
  width: 140px;
  height: 310px;
  position: absolute;
  top: -19px;
  left: -228px;
}
.reason ul li .tu {
  width: 363px;
  height: 403px;
  position: absolute;
  top: -5px;
  right: -425px;
}
.reason ul li .ti {
  font-size: 24px;
  line-height: 23px;
  color: #d1b47d;
  margin-bottom: 13px;
}
.reason ul li .jie {
  line-height: 32px;
  letter-spacing: 0px;
  color: #333333;
  font-size: 16px;
  color: #666666;
}
.reason ul li .jie span {
  font-size: 18px;
  color: #333;
  display: block;
}
.reason ul li .di {
  width: 100%;
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px dashed #b2b2b2;
  box-sizing: border-box;
  padding-right: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.reason ul li .di p:nth-child(2) {
  background: url("../images/ysxt2.png") no-repeat center top;
}
.reason ul li .di p:nth-child(3) {
  background: url("../images/ysxt3.png") no-repeat center top;
}
.reason ul li .di p {
  background: url("../images/ysxt1.png") no-repeat center top;
  padding-top: 71px;
  box-sizing: border-box;
  text-align: center;
  font-size: 16px;
  line-height: 16px;
  color: #666666;
}
.case {
  width: 100%;
  height: 1082px;
  margin-top: -122px;
  overflow: hidden;
}
.case ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 40px;
}
.case ul li:hover .tu img {
  transform: scale(1.2);
}
.case ul li {
  height: 420px;
  width: 24.635%;
}
.case ul li .tu {
  width: 100%;
  height: 360px;
  overflow: hidden;
}
.case ul li .tu img {
  width: 100%;
  height: 100%;
  transition: 1s;
}
.case ul li .ti {
  width: 100%;
  line-height: 60px;
  text-align: center;
  height: 60px;
}
.case ul li .ti a::after {
  width: 30px;
  height: 1px;
  background-color: #333333;
  content: "";
  position: absolute;
  top: 30px;
  left: 0px;
}
.case ul li .ti a::before {
  width: 30px;
  height: 1px;
  background-color: #333333;
  content: "";
  position: absolute;
  top: 30px;
  right: 0px;
}
.case ul li .ti a {
  display: inline-block;
  font-size: 18px;
  color: #333;
  position: relative;
  box-sizing: border-box;
  padding: 0 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}
.about {
  width: 100%;
  height: 1343px;
  background: url(../images/gywmbg.png) no-repeat center 203px;
}
.about .box {
  margin: 492px auto 0;
  width: 1360px;
}
.about .box h3 {
  text-align: center;
  width: 100%;
  height: 37px;
  background: url("../images/Lanzhoujintaihong.png") no-repeat center top;
  padding-top: 13px;
  box-sizing: border-box;
  font-size: 24px;
  line-height: 24px;
  color: #333;
  font-weight: bold;
}
.about .box h3 a {
  color: #333;
}
.about .box .jie {
  line-height: 38px;
  letter-spacing: 0px;
  color: #666666;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-size: 16px;
  margin: 25px 0;
}
.about .box .jie a {
  color: #d1b47d;
}
.about .box .hd {
  width: 354px;
  height: 45px;
  margin: 0 auto;
}
.about .box .hd ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.about .box .hd ul li.on {
  background-color: #d1b47d;
  border: 1px solid #d1b47d;
}
.about .box .hd ul li.on a {
  color: #fff;
}
.about .box .hd ul li {
  width: 164px;
  height: 45px;
  border-radius: 2px;
  border: solid 1px #a9a9a9;
  text-align: center;
  line-height: 45px;
  font-size: 18px;
  color: #666666;
  transition: 0.5s;
}
.about .box .hd ul li a {
  color: #666666;
}
.about .box .bd {
  height: 260px !important;
  margin-top: 27px;
}
.about .box .bd li:hover .tu {
  border: solid 4px #d1b47d;
}
.about .box .bd li:hover .tu img {
  transform: scale(1.2);
}
.about .box .bd li {
  width: 325px;
  height: 258px;
  margin-right: 20px;
  position: relative;
}
.about .box .bd li .tu {
  width: 100%;
  height: 235px;
  background-color: #c8c8c8;
  border: solid 4px #f5f5f5;
  box-sizing: border-box;
  transition: 0.5s;
}
.about .box .bd li .tu a {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: block;
}
.about .box .bd li .tu a img {
  width: 100%;
  height: 100%;
  transition: 1s;
}
.about .box .bd li .ti {
  width: 230px;
  height: 50px;
  background-color: #f5f5f5;
  line-height: 50px;
  box-sizing: border-box;
  padding: 0 16px 0 30px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  border-left: 0 0px solid;
}
.about .box .bd li .ti a {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding-right: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: url("../images/mo1.png") no-repeat right center;
  font-size: 16px;
  color: #666666;
}
.news {
  width: 100%;
  height: 795px;
}
.news .biao {
  float: left;
  height: 61px;
}
.news .biao h3 {
  font-size: 30px;
  line-height: 29px;
  color: #d1b47d;
  font-weight: bold;
}
.news .biao h3 a {
  color: #d1b47d;
}
.news .biao p {
  color: #999999;
  margin-top: 17px;
  font-size: 16px;
  line-height: 15px;
}
.news .slideTxtBox1 {
  height: 646px;
}
.news .hd {
  float: right;
  width: 548px;
  height: 45px;
  margin-top: 15px;
}
.news .hd ul {
  float: left;
  width: 433px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 11px;
}
.news .hd ul li:nth-child(1)::before {
  display: none;
}
.news .hd ul li::before {
  width: 1px;
  height: 20px;
  background-color: #c7aa7b;
  position: absolute;
  top: 0px;
  left: 0px;
  content: "";
}
.news .hd ul li.on a {
  color: #d1b47d;
  font-weight: bold;
  border-bottom: 2px solid #d1b47d;
}
.news .hd ul li {
  text-align: center;
  position: relative;
  width: 33.3%;
  height: 30px;
  font-size: 18px;
  color: #666666;
  transition: 0.3s;
  line-height: 20px;
}
.news .hd ul li a {
  color: #666666;
  transition: 0.3s;
  display: inline-block;
  height: 30px;
  border-bottom: 2px solid transparent;
}
.news .hd .mo {
  float: right;
  width: 38px;
  height: 38px;
  display: block;
  background: url("../images/mo2.png") no-repeat center;
}
.news .bd .yi:hover img {
  transform: scale(1.2);
}
.news .bd .yi:hover .zi .ti {
  color: #d1b47d;
}
.news .bd .yi:hover .zi .ti a {
  color: #d1b47d;
}
.news .bd .yi {
  margin-top: 50px;
  width: 670px;
  height: 535px;
  float: left;
  overflow: hidden;
  position: relative;
}
.news .bd .yi img {
  width: 670px;
  height: 535px;
  transition: 1s;
}
.news .bd .yi .zi {
  width: 295px;
  height: 330px;
  background-color: #ffffff;
  position: absolute;
  top: 103px;
  left: 36px;
  box-sizing: border-box;
  padding: 27px 22px 0 30px;
}
.news .bd .yi .zi .ti {
  font-size: 22px;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.news .bd .yi .zi .ti a {
  color: #333;
  transition: 0.3s;
}
.news .bd .yi .zi .shi {
  color: #999999;
  margin: 54px 0 29px;
  font-size: 16px;
  line-height: 12px;
}
.news .bd .yi .zi .jie {
  color: #999999;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news .bd .yi .zi .mo {
  display: block;
  width: 45px;
  height: 45px;
  margin-top: 50px;
  background: url("../images/arrow1.png") no-repeat center;
}
.news .bd ul {
  margin-top: 20px;
  width: 658px;
  float: right;
}
.news .bd ul li:hover .tu {
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.17);
}
.news .bd ul li:hover .tu img {
  transform: scale(1.2);
}
.news .bd ul li:hover .zi .ti a {
  color: #d1b47d;
}
.news .bd ul li {
  width: 100%;
  height: 156px;
  margin-top: 31px;
}
.news .bd ul li .tu {
  width: 200px;
  height: 158px;
  transition: 0.5s;
  overflow: hidden;
  float: left;
}
.news .bd ul li .tu img {
  width: 200px;
  height: 158px;
  transition: 1s;
}
.news .bd ul li .zi {
  width: 435px;
  height: 156px;
  background-color: #ffffff;
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.17);
  float: right;
  box-sizing: border-box;
  padding: 22px 30px 0 25px;
}
.news .bd ul li .zi .ti {
  font-size: 18px;
  line-height: 18px;
}
.news .bd ul li .zi .ti a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  color: #1a1a1a;
  transition: 0.3s;
}
.news .bd ul li .zi .jie {
  line-height: 27px;
  letter-spacing: 0px;
  color: #999999;
  margin: 19px 0 16px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 14px;
}
.news .bd ul li .zi .shi {
  color: #999999;
  font-family: arial;
  font-size: 14px;
  line-height: 10px;
}
.news .yqlj {
  width: 100%;
  margin-top: 60px;
  height: 21px;
}
.news .yqlj .ti {
  float: left;
  width: 170px;
  height: 21px;
  background: url("../images/LINK.png") no-repeat left center;
  padding-left: 80px;
  font-size: 16px;
  line-height: 16px;
  color: #333;
  font-weight: bold;
  font-family: simsun;
  padding-top: 5px;
  box-sizing: border-box;
}
.news .yqlj li:hover {
  transform: translateX(5px);
}
.news .yqlj li:hover a {
  color: #d1b47d;
}
.news .yqlj li {
  float: left;
  margin-top: 3px;
  transition: 0.3s;
  margin-left: 30px;
}
.news .yqlj li a {
  color: #666666;
  transition: 0.3s;
}
